home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 07 - 1991 / 07.09 Sep 91 / Bug Parser Code / pleasewait.c < prev   
Encoding:
C/C++ Source or Header  |  1988-04-26  |  292 b   |  16 lines  |  [TEXT/KAHL]

  1. /*********************************************************************
  2.  
  3.     pleasewait.c
  4.     
  5.     a utility function used by Miniedit
  6.  
  7. *********************************************************************/
  8.  
  9. #include <QuickDraw.h>
  10.  
  11. extern Cursor    waitCursor;
  12.  
  13. PleaseWait()
  14. {
  15.     SetCursor( &waitCursor );
  16. }